home *** CD-ROM | disk | FTP | other *** search
/ MacFormat España 24 / MacFormat n. 24 (Spain) / MacFormat 24.bin / Demos / Jungle Activated! / JungleActivated Demo / jung DEMO d / 00124_Simple Loop 2.ls < prev    next >
Encoding:
Text File  |  1996-10-14  |  293 b   |  13 lines

  1. on enterFrame
  2.   global gBackgroundSound, gBackgroundVolume, gSpriteHolder, gCastHolder
  3.   set the volume of sound 2 to gBackgroundVolume
  4.   if soundBusy(2) = 0 then
  5.     sound playFile 2, getpn() & "Sounds:Bckgrd" & gBackgroundSound
  6.   end if
  7.   updateStage()
  8. end
  9.  
  10. on exitFrame
  11.   go(marker(0))
  12. end
  13.